home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / fd / panel / scripts / DefineButton2_68 / BUTTONCONDACTION on(keyPress Enter).as
Encoding:
Text File  |  2002-03-20  |  154 b   |  7 lines

  1. on(keyPress "<Enter>"){
  2.    if("1" < length(eval("../codelib:summary")) and "1" < length(searchString))
  3.    {
  4.       call("../codelib:search");
  5.    }
  6. }
  7.